home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / install.dxr / Internal_32_lyckades OK.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  140 b   |  12 lines

  1. on mouseDown
  2.   ButtonH("Plastique")
  3. end
  4.  
  5. on mouseUp
  6.   if the machineType = 256 then
  7.     go("PrgGrp")
  8.   else
  9.     go("Versions")
  10.   end if
  11. end
  12.